home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / programs / graphics / easyanim / !EasyHelp / !Run < prev    next >
Encoding:
Text File  |  1996-07-20  |  909 b   |  44 lines

  1. |
  2. | !Run for EasyHelp
  3. |    © NSoft 1996
  4. |
  5. | Created 7/6/1996
  6. | ----------------
  7. |
  8.  
  9. |
  10. | Load sprites & set directory
  11. | ----------------------------
  12. |
  13. IconSprites <Obey$Dir>.!Sprites
  14. Set EasyHelp$Dir <Obey$Dir>
  15. Set EasyHelp$File <EasyHelp$Dir>.Help
  16.  
  17. |
  18. | Check OS
  19. | --------
  20. |
  21. RMEnsure UtilityModule 3.10 Error This program is not suitable for use on any version of RISC OS lower than RISC OS 3.10.
  22.  
  23. |
  24. | Check for fonts
  25. | ---------------
  26. |
  27. RMEnsure ROMFonts 0.00 Error The ROMFonts module is not present. This program requires fonts which is provided by this module.
  28.  
  29. |
  30. | Load modules
  31. | ------------
  32. |
  33. Set Modules$Path <EasyHelp$Dir>.Modules.,<System$Path>Modules.
  34. RMEnsure WimpExtension 2.18 RMLoad Modules:WimpExt
  35. RMEnsure WimpExtension 2.18 Error Unable to load WimpExtension version 2.18 or later.
  36. UnSet Modules$Path
  37.  
  38. |
  39. | Run program
  40. | -----------
  41. |
  42. WimpSlot -min 224k -max 224k
  43. Run <EasyHelp$Dir>.!RunImage
  44.